home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 1173 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: news1.cle.ab.com!usenet
  2. From: Karl.Staas@software.rockwell.com (Karl Staas)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: [Q] Converter from IFF to GIF/JPG needed
  5. Date: Fri, 9 Feb 96 23:39:09
  6. Organization: Rockwell Software Inc.
  7. Distribution: inet
  8. Message-ID: <19960209.7E03DF0.14E85@s24210.cle.ab.com>
  9. References: <4fdbos$dur@sun1000.pwr.wroc.pl>
  10. NNTP-Posting-Host: lr0m8.cle.ab.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Waldemar Zurowski (bilbo@sun1000.pwr.wroc.pl) wrote:
  14. : Hello,
  15. : I am looking for any program for Unix platform which is
  16. : able to convert gfx in IFF to GIF or JPG. Can you advice me
  17. : something?
  18.  
  19. There are a set of conversion routines which convert most common graphics formats
  20. into a portable format and from this portable format to the common formats. This
  21. allows you to convert format #1 to the portable format and then the portable format
  22. to format #2. This use of an intermediate format reduces the total number of
  23. conversion routines needed (at the cost that you must do two conversions).
  24. These are most commonly called the 'portable bit-map' routines. You should be able
  25. to find them at most ftp sites. I suggest searching for pbm (portable bit-map) and
  26. ppm (portable pix-map?).
  27.  
  28. With those routines you'll be able to go from IFF to GIF.
  29. I use the above conversion routine 'ilbmtoppm' to convert my IFF images to PPM images
  30. then use the conversion routine 'ppmtogit' to convert those to GIFs.
  31.  
  32. For converting to JPEG images I use the 1st routine mentioned above (i.e. ilbmtoppm)
  33. and then use a completely separate conversion routine 'cjpeg' to convert that to JPEG.
  34. You'd find cjpeg near where-ever you find the pbm/ppm conversion routines.
  35.  
  36. To go from IFF to JPEG I use the 1st of the PPM routines from above followed by
  37. another conversion routine named cjpeg. cjpeg converts a PPM image (amoung others)
  38. to JPEG. It should be available whereever you find the PBM stuff.
  39. -- 
  40. Karl Staas                             Rockwell Software Inc
  41. Karl.Staas@software.rockwell.com       Beta Dr
  42. 216-646-7784                           Mayfield Village OH 44143
  43.